home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / super_su.swf / scripts / DefineButton2_247 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-04-19  |  77 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("jugar")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.